home *** CD-ROM | disk | FTP | other *** search
- Path: news.clark.net!not-for-mail
- From: gusty@clark.net (Harlan Messinger)
- Newsgroups: comp.lang.c++
- Subject: Re: NEWBIE Q: How do you create a DLL.
- Date: 20 Mar 1996 17:42:21 GMT
- Organization: Clark Internet Services, Inc., Ellicott City, MD USA
- Message-ID: <4ipg1t$5j0@clarknet.clark.net>
- References: <4io72b$k6v@insosf1.netins.net>
- NNTP-Posting-Host: explorer.clark.net
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
-
- Joey DeStefano (destef@shenessex.heartland.net) wrote:
- : i am a skilled programmer in visual basic that is beginning to program
- : in c++ and i am trying to make a dll that will return the free disk space
- : of a drive. it cant be THAT hard can it?
- :
-
- It can get complicated, particularly with memory management, and then
- particularly if your environment has memory models (like Windows 3.X).
- But it doesn't have to be difficult for something simple. However, it
- bears more than a two-minute summary. Pick up a book on Windows
- programming that has a detailed DLL chapter, or find a book specifically
- dealing with DLLs.
-
-